home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / d-rom95.exe / d-rom95.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1997-07-14  |  170 b   |  10 lines

  1. on mouseUp
  2.   global gpathname
  3.   if the platform contains "32" then
  4.     open(gpathname & "qt32inst.exe")
  5.   else
  6.     open(gpathname & "qtinstal.exe")
  7.   end if
  8.   quit()
  9. end
  10.